home *** CD-ROM | disk | FTP | other *** search
/ MacFormat España 25 / MacFormat n. 25 (Spain) / MacFormat 25.bin / mac / Demos / Print Artist Demo / PA12-Mac.Dxr / 00017.ls < prev    next >
Encoding:
Text File  |  1996-10-03  |  334 b   |  15 lines

  1. on exitFrame
  2.   if the platform = "Windows,32" then
  3.     preLoad(label("win95"), label("win95") + 31)
  4.     go("Win95")
  5.   else
  6.     if the platform = "Windows,16" then
  7.       preLoad(label("win31"), label("win31") + 31)
  8.       go("Win31")
  9.     else
  10.       preLoad(label("win95"), label("win95") + 31)
  11.       go("Win95")
  12.     end if
  13.   end if
  14. end
  15.